-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Core or SDK?
Platform/SDK
Which part? Which one?
Python
Description
Documentation for User Feedback with Python still recommends using sentry_sdk.last_event_id to send an event ID to a template, to allow feedback to be associated with an event:
event_id = sentry_sdk.last_event_id() return render_template("500.html", sentry_event_id=last_event_id()), 500 'sentry_event_id': last_event_id(),
Suggested Solution
Document how to migrate from sentry-sdk v1 to v2 and still keep user feedback working, which is lacking from #9248.
Related: getsentry/sentry-python#3016
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Waiting for: Support