Skip to content

Commit

Permalink
Fix sentry event_alert title
Browse files Browse the repository at this point in the history
  • Loading branch information
armiiller committed Apr 18, 2024
1 parent e48b73b commit fea19cc
Show file tree
Hide file tree
Showing 3 changed files with 1,684 additions and 125 deletions.
2 changes: 1 addition & 1 deletion app/models/pager_tree/integrations/sentry/v3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def _event_alert_adapter_action
end

def _event_alert_title
incoming_json.dig("data", "issue_alert", "title")
incoming_json.dig("data", "event", "title")
end

def _event_alert_description
Expand Down
Loading

0 comments on commit fea19cc

Please sign in to comment.