Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in replay logging: TypeError: F.kg.info is not a function #8741

Closed
sentry-io bot opened this issue Aug 7, 2023 · 4 comments · Fixed by #8880
Closed

Error in replay logging: TypeError: F.kg.info is not a function #8741

sentry-io bot opened this issue Aug 7, 2023 · 4 comments · Fixed by #8880

Comments

@sentry-io
Copy link

sentry-io bot commented Aug 7, 2023

Sentry Issue: JAVASCRIPT-2NHN

TypeError: F.kg.info is not a function
  at logInfo (../node_modules/@sentry/replay/esm/index.js:4025:10)
  at getSession (../node_modules/@sentry/replay/esm/index.js:4651:3)
  at ReplayContainer._loadAndCheckSession (../node_modules/@sentry/replay/esm/index.js:7768:31)
  at ReplayContainer.initializeSampling (../node_modules/@sentry/replay/esm/index.js:7245:35)
  at Replay._initialize (../node_modules/@sentry/replay/esm/index.js:8603:18)
...
(2 additional frame(s) were not displayed)
@majordutch
Copy link

majordutch commented Aug 17, 2023

Hi, I have been seeing a similar issue to this in the application I am working on. I am trying to determine if this is affecting the ability for session replay to work correctly. We have sampling set to 100%, but we never get any captured replays.

I realize it could be unrelated, but wanted to mention it.

Here is a screenshot of the error I see:

image

@SohrabZ
Copy link

SohrabZ commented Aug 19, 2023

We are also experiencing this issue after setting up Session Replay in our app.

@mydea
Copy link
Member

mydea commented Aug 21, 2023

Hey, are you seeing this widespread or just here or there? We've seen this in our own sentry instance, but only very sparingly, so hard to say why this happens 🤔

@majordutch
Copy link

Hey, are you seeing this widespread or just here or there? We've seen this in our own sentry instance, but only very sparingly, so hard to say why this happens 🤔

The application I am working on currently has a small userbase and low volume, but I am seeing it a few times a day. Say maybe once per user session.

mydea added a commit that referenced this issue Aug 28, 2023
Not sure if/why this should be required, but better safe then sorry I guess... 

Hopefully fixes #8741
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
4 participants