Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Sentry not send errors when add tags or envs #1291

Open
nicobytes opened this issue Aug 27, 2018 · 0 comments
Open

Sentry not send errors when add tags or envs #1291

nicobytes opened this issue Aug 27, 2018 · 0 comments

Comments

@nicobytes
Copy link

nicobytes commented Aug 27, 2018

Hello!

I use python/raven 6.9.0 but recently the errors not are send in sentry.

Like this work:

sentry = Sentry(
    app,
    dsn=config.SENTRY_DSN,
)
sentry.captureMessage('hello, world! 2')

screen shot 2018-08-27 at 6 39 41 pm

But when add tags or envs not work

sentry = Sentry(
    app,
    dsn=config.SENTRY_DSN,
    environment=config.ENV,
    tags={'project': 'backend'}
)
sentry.captureMessage('hello, world! 3')
@nicobytes nicobytes changed the title Sentry no send errors when add tags or envs Sentry not send errors when add tags or envs Aug 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant