Skip to content

Commit

Permalink
Fix Event data link in ID field (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Pexers <[email protected]>
  • Loading branch information
Pexers authored Aug 2, 2024
1 parent b4dfae8 commit 3514b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/framer/framer.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func UpdateFrameMeta(frame *data.Frame, executedQueryString string, query query.
Links: []data.DataLink{
{
Title: "Open in Sentry",
URL: fmt.Sprintf("https://%s.sentry.io/discover/${__data.fields[\"Project\"]}:${__data.fields[\"ID\"]}/", orgSlug),
URL: fmt.Sprintf("%s/organizations/%s/discover/${__data.fields[\"Project\"]}:${__data.fields[\"ID\"]}/", baseURL, orgSlug),
TargetBlank: true,
},
},
Expand Down

0 comments on commit 3514b9a

Please sign in to comment.