← Back to Guides
Header image for blog post: How to send logs to Sentry from Northflank
Victor Moreira
Published 5th August 2026

How to send logs to Sentry from Northflank

Sentry is an application monitoring platform that supports error tracking, performance monitoring, and structured log ingestion through OpenTelemetry (OTLP). Forwarding logs from Northflank to Sentry lets you search application logs alongside errors, traces, and releases from a single interface.

This guide shows you how to configure log forwarding from Northflank to Sentry.

Get your OTLP Logs Endpoint from Sentry

Northflank forwards logs to Sentry using the OpenTelemetry Protocol (OTLP). To configure the integration, you'll need your project's OTLP Logs Endpoint and Public Key from Sentry.

In Sentry, navigate to:

Settings → Projects → [your project] → Client Keys (DSN).

image.png

Open the OpenTelemetry section of the DSN details.

Here you'll find:

  • OTLP Logs Endpoint (an HTTPS URL ending in /otlp/v1/logs)
  • Public Key (listed under OTLP Logs Endpoint Headers)

image 1.png

Keep both values handy. You'll use them when creating your Sentry log sink in Northflank.

Create your Sentry log sink

In your Northflank team dashboard, navigate to Observability and select Log sinks.

Click Add a log sink, enter a descriptive name, and select Sentry as the sink type.

Then enter the following:

  • OTLP Logs Endpoint: The endpoint copied from your Sentry project.
  • Public Key: The public key from the same Sentry project.

The endpoint must be a valid HTTPS *.sentry.io OTLP endpoint.

By default, Northflank forwards logs from all projects in your account to Sentry.

To forward logs from specific projects only, expand Advanced options and select the projects you want to include.

Click Add log sink to save the log sink. Northflank will immediately begin forwarding logs to Sentry.

image 2.png

View your logs

Before creating the sink, Northflank sends a validation log entry to verify that your credentials are correct.

You should see a log entry similar to Validating log sink credentials

If the validation succeeds, new application logs will begin appearing automatically in Sentry.

To view your logs in Sentry, navigate to:

Explore → Logs

or open the Logs tab for your project.

image 3.png

You can search and filter logs using attributes such as:

  • Service name
  • Environment
  • Severity
  • Log message

image 4.png

Because logs are stored alongside errors, traces, and releases, it's easy to investigate application issues from a single place.

Update your log sink

To modify your sink, open the Log Sinks page and select the sink you created.

From there, you can:

  • Update the OTLP endpoint or Public Key
  • Change which projects forward logs
  • Pause or resume the sink

Changes take effect immediately after saving.

FAQ

Does Northflank support Sentry log forwarding?

Yes. Northflank includes a built-in Sentry log sink that forwards application logs directly to Sentry using OpenTelemetry (OTLP).

What credentials do I need?

You'll need your project's OTLP Logs Endpoint and Public Key, both available from the Client Keys (DSN) page in your Sentry project.

Can I forward logs from specific projects only?

Yes. When creating a log sink, use the Advanced options section to select which Northflank projects should forward logs.

Where can I view forwarded logs?

Open Explore → Logs in Sentry, or use the Logs tab within your project to search and filter incoming log data.

Share this article with your network
X