pepermund
pepermund2w ago

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>"
}
}
});
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.
3 Replies
Convex Bot
Convex Bot2w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
ballingt
ballingt2w ago
@pepermund would you send us an email at support@convex.dev? Makes sense to want this. Are you using the datadog integration otherwise, or you just want it for errors?
pepermund
pepermundOP2w ago
Yes, will do that. I set up the Datadog integration, but never really used it. I do receive logs from convex, but errors do not show up in the errors panel (Error Tracking for Logs is enabled). Probably, need to set up some kind of processing pipeline for that to happen.

Did you find this page helpful?