We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479fd91 commit 9d84b75Copy full SHA for 9d84b75
src/sentry/feedback/usecases/ingest/create_feedback.py
@@ -361,6 +361,7 @@ def create_feedback_issue(
361
event_fixed["tags"][f"{AI_LABEL_TAG_PREFIX}.labels"] = json.dumps(labels)
362
except Exception:
363
logger.exception("Error generating labels", extra={"project_id": project.id})
364
+ metrics.incr("feedback.label_generation.error")
365
366
# Set the user.email tag since we want to be able to display user.email on the feedback UI as a tag
367
# as well as be able to write alert conditions on it
0 commit comments