Skip to content

Unable to include tags #1632

Closed
Closed
@samholmes

Description

@samholmes
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions