Ian Bayne

Results 18 comments of Ian Bayne

@JulioOrellana Were you able to get this working? I am having a similar issue with chunked uploads. They do not seem to work unless I specify a public ID in...

Any progress on this? Adding `setNativeExceptionHandler` for me causes my app to immediately throw an error.

@lforst, I'm getting the same error ("TypeError: withSentryConfig is not a function") after using the wizard. Admittedly, I'm a webpack and NextJS newbie, but nothing stands out as being obviously...

Thanks for the speedy response, @lforst! Here are the relevant dependency versions from my `package.json`: ```json "@sentry/nextjs": "^7.51.2", "next": "^12.1.6", ``` Please let me know if there's any other information...

Thanks, @lforst. Unfortunately even after doing so I still get the same error. Interestingly I notice my local Next server is showing a different error than the browser: ``` wait...

Thanks for the response, @lforst. I was actually able to resolve the issue I was having by doing both of the following: 1. We had a component file that was...

Thanks, @lforst. Despite the error message [above](https://github.com/getsentry/sentry-javascript/issues/5511#issuecomment-1548890222), my middleware file is indeed located at `src/middleware.ts`, _not_ src/pages/_middleware.ts. Additionally, the file name is not prefixed with an underscore (I must have...

> We are currently rewriting the app with Rails, as the Vue one became an unmanageable mess (this bug is a good example) so we are in the process of...

Colleague of @markymc here. @matt-oakes, I'm a bit confused by the intended functionality of your PR https://github.com/expo/expo/pull/12950. This is to keep the audio for a video (but _only_ the audio)...