Closed
Description
Sentry.init({
dsn: process.env.SENTRY_DSN,
tags: {
process_name: 'webserver',
},
})
Above is the code I have in my project. When errors are logged from the express middleware, the process_name tag is not included. This is obviously a bug.
Note: I've also tried:
Sentry.configureScope(scope => {
scope.setTag('process_name', 'webserver')
})
with no avail.
Metadata
Metadata
Assignees
Labels
No labels