fix (backend-integrations): sentry tag name
This commit is contained in:
parent
d4487f531c
commit
2af3aaea88
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ PageLoop:
|
|||
var sessionID uint64
|
||||
var token string
|
||||
for _, tag := range e.Tags {
|
||||
if tag.Key == "OpenreplaySession" {
|
||||
if tag.Key == "openReplaySessionToken" {
|
||||
token = tag.Value
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue