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

Critical and Log level #3067

Closed
Luifr opened this issue Nov 23, 2020 · 7 comments
Closed

Critical and Log level #3067

Luifr opened this issue Nov 23, 2020 · 7 comments
Milestone

Comments

@Luifr
Copy link

Luifr commented Nov 23, 2020

Package + Version

@sentry/node: ^5.27.6

Description

Events with level critical go as fatal and log go as info
But i could no find any documentation on this

@kamilogorek
Copy link
Contributor

I'm not sure what's the issue here. Can you provide some example?

@SpencerKaiser
Copy link

@kamilogorek this is still an issue. Looks like the SDK allows for Critical but the platform only allows up through Fatal? I just used Critical locally and it was turned into Fatal as described above

@kamilogorek
Copy link
Contributor

Thanks @SpencerKaiser, notified the team.

@AbhiPrasad
Copy link
Member

Hey, thanks for letting us know @SpencerKaiser. We're addressing this as part of our next release - #4882

@SpencerKaiser
Copy link

@AbhiPrasad so just so I can prepare on my end, does that mean Critical is going away or is Critical going to start being supported by the API?

@smeubank
Copy link
Member

critical is going away in V7

@AbhiPrasad
Copy link
Member

For more details, see: https://develop.sentry.dev/sdk/event-payloads/#optional-attributes

Acceptable values are:

  • fatal
  • error
  • warning
  • info
  • debug

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

No branches or pull requests

5 participants