Sep 11, 2024
0
Level 5
How can I set priority in sentry issue programmatically?
Sending custom events into sentry I wonder how can I set Level and priority parameters manually ?
In this https://docs.sentry.io/platforms/php/guides/laravel/usage/set-level/ example setLevel is used.
But I did not find in which way can I set priority ?
Here https://docs.sentry.io/product/issues/issue-priority/ there are no similar code for setting it programmatically.
All issues I put into sentry has Medium and I did not find how to set it manually ?
I have read this https://docs.sentry.io/product/issues/issue-priority/ article... Not sure if Issue Priority is set automatically and I can not change it ?
"laravel/framework": "^11.9",
"sentry/sentry-laravel": "^4.7",
Thanks in advance!
Please or to participate in this conversation.