Sam Hulick

Results 191 comments of Sam Hulick

Though, the error is happening in a `JSON.stringify` call within https://github.com/getsentry/sentry-javascript/blob/master/packages/core/src/request.ts Hmm, so maybe it's not the context.

Let us know if there's some way we can help pinpoint the issue!

I'll try that out next time I get some free time, unless someone beats me to it!

I can't seem to replicate it now, but our users in production sure can. 😕 The last error was interesting, actually. The error was properly caught (it was an S3...

Still seeing this in production: https://sentry.io/share/issue/608a9cbdf67f4631b3ea5fdd8e93cfbd/ Sentry is definitely pointing to Sentry as the culprit. 😄 I'll try the `ensureNoCircularStructures: true` trick above when I get a few minutes, and...

I usually don't piggyback onto issues, but I think it's appropriate here. Same exact issues with Safari 12 on macOS: - https://sentry.io/share/issue/08b44283e5234ba6b1ec3e013a4bfe97/ - https://sentry.io/share/issue/4bdfb3599cb247cd8069462b08d71486/ We've had to put a banner...

@horike37 Any plans for this?

@PHLAK Thanks for the reminder! I just installed the Chrome app myself. Works just as well as any of the Electron-based versions.

This might be related, but I noticed `IntersectionObserver` being polyfilled in Safari on iOS 15, when it already exists. So there might be some feature detection issues in Safari in...