Eamon

Results 13 comments of Eamon

I'm having the same issue, I can no longer update my portfolio. Is there any fix?

It took me quite a while to find the search bar as I never use the tags sidebar. My personal (and highly subjective opinion) is that it is a bad...

It's crashing for me on Android 11, I got it from the Play store, is there anything I can do to help? I assume a solution hasn't been found yet

Same issue here, I need to provide the PIN twice and no touch id.

I'm also running into this issue. Changing displayName to an array as suggested changes to error to should be a string or an object. No matter what type I use,...

We are facing the same issue. We use NestJs and while file uploads work in general, malformed requests crash the server. We discovered the issue recently during pen-testing. I tried...

Looking at the code in `node_modules` in `@sentry/core/cjs/exports.js`, it seems that `setExtras` is not deprecated, but internally it uses a method that is deprecated. I noticed that a PR that...

Thank you for your quick reply, in the meantime I did some tests and when I replaced `scope.setExtras` with `Sentry.setExtras` it fixed the problem, so my bad. I am still...

> Good that it helped! still, I'm curious - could you paste what you do in `sendToSentry`, e.g. how do you pass the scope etc? Of course. We use NestJS...

I did a little digging and `sentryClient.instance()` returns `Sentry` from `import * as Sentry from '@sentry/node';`. I asked the dev that designed it and he said "you cannot rely on...