fix (backend-integrations): sentry tag name

This commit is contained in:
ShiKhu 2021-05-11 18:51:10 +02:00
parent ce6a5e3449
commit 2d125c9017

View file

@ -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
}