How to set title for custom sentry events?
See original GitHub issueHow can I set title or label in custom event using Hub.capture_event
?
Sentry SDK = 0.14.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Custom Events: Documentation? - SDKs - #sentry
I am manually sending certain events to Sentry using client.capture_event(<event_dict>). Sentry is receiving the events fine and I've ...
Read more >Setting Label manually in Sentry - Stack Overflow
The "title" or "label" provided in the web interface is the "message" property of the event. If you are using the official Sentry...
Read more >Sentry.io custom error titles - Lines
Some say the message property of the event gives the title, but I tried it, and it was only shown as a regular...
Read more >Event Type Definitions - Sentry Developer Documentation
Custom culprit of the event. This field is deprecated and shall not be set by client SDKs. debug_meta (optional): DebugMeta | null.
Read more >Sentry - Application Monitoring and Error Tracking - YouTube
Application Monitoring and Error Tracking: How to Implement and Configure Sentry. 45K views · 2 years ago ...more ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The title is inferred based on exception value or the logentry/message entry in the event. Is that useful?
Closing due to inactivity. I think there are some major misconceptions here about how grouping works: It is typically not done by the title at all.