pepermundP
Convex Community12mo ago
3 replies
pepermund

Using Sentry integration with Datadog

I would love to use the sentry integration with Datadog (I understand that there is a Datadog log integration, but I think setting up Error tracking is actually easier using the Sentry SDK. I'm not an expert, so I don't know whether this would actually make sense in productionTM. Anyway...) Datadog supports the Sentry SDK, but you need to provide a service name, like this:
Sentry.init({
    dsn: "<DSN>",
    initialScope: {
        tags: {
            service: "<SERVICE>"
        }
    }
});


So, it would be nice if the Sentry integration panel allows for putting in an optional service name.
Was this page helpful?