Ian Pascoe

Results 8 comments of Ian Pascoe

I am having the same issue. I will switch to 0.5.0 for the time being.

I am still having this issue with helium (ungoogled chromium)

> [@ian-pascoe](https://github.com/ian-pascoe): > > > I am still having this issue with helium (ungoogled chromium) > > I think "Ungoogled Chromium" is not supported as a browser at this point...

If anyone is looking for a fix that is a little closer to the standard implementation, you can do: ```ts import * as Sentry from '@sentry/bun'; Sentry.init({ dsn: 'YOUR_DSN', //...

> I had the same problem, I think you are trying to use some server function like getHeader on the client. This solved it for me. I was using getCookie...

So I have narrowed it down to if I use `"verbatimModuleSyntax": true` that is causing the problem. As soon as I change it to false, my project builds with "use...

> I don't like naming `serviceapi-user-supplied-secret`. Add more specific prefix like `reportportal` or return template name. The prefix reportportal prefix is added via some of the string interpolation included

> > I don't like naming `serviceapi-user-supplied-secret`. Add more specific prefix like `reportportal` or return template name. > > The prefix reportportal prefix is added via some of the string...