Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make app name in sentryService customizable #109

Open
ug-rene opened this issue Mar 21, 2023 · 1 comment
Open

Make app name in sentryService customizable #109

ug-rene opened this issue Mar 21, 2023 · 1 comment

Comments

@ug-rene
Copy link

ug-rene commented Mar 21, 2023

Is it possible to make the app name in your sentryService customizable? or, better, removeable?

Thanks for your answer.

@ug-rene ug-rene changed the title Make app name customizable Make app name in sentryService customizable Mar 21, 2023
@Migushthe2nd
Copy link

You can try

const sentryInstance = SentryService.SentryServiceInstance()
sentryInstance.app = "-"
app.useLogger(sentryInstance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants