-
**Describe the bug**
When we upgraded `@sentry/node` from 7.57 to v7.58.1, sentry testkit was no longer able to trace sentry transactions in integration our tests. This was working prior to the `@sen…
-
**Is your feature request related to a problem? Please describe.**
We use Karma in a browser to run our tests. The local server that is created uses Node.js dependencies that can't be provided ('http…
-
### Version
@nuxtjs/sentry: 7.2.1
nuxt: 2.16.1
### Sentry configuration
```ts
publicRuntimeConfig: {
...
sentry: {
config: {
dsn: '',
...
},
…
-
**[EDIT - SOLUTION] - if you are using react-native 0.71 or below (which brings in an older version of android-gradle-plugin and gradle) then you must not use the google-services gradle plugin 4.4+.…
-
[`sentry-teskit`](https://wix.github.io/sentry-testkit/) has support for `@sentry/react-native` library since the begining.
recently, an issue was reported from consumers who are using both `@sentry/…
-
I updated sentry-react-native from version 4.8.0 and the tests using sentry-testkit failed due to no reports being returned from the testkit.
I tried updating to the newest version of testkit from …
-
Unfortunately, due to some race condition or wrong definition, we can't get to run the built-in `jest-mock` functionality.
To remind, it was possible if you're using `Jest` for testing, all you have …
-
**Is your feature request related to a problem? Please describe.**
I'd like to test that a custom integration like rrweb is sending its data on error but those events are not captured and not exposed…
-
Hi all,
While attempting to test my Sentry implementation on a React Native app, I've been struggling to capture the errors and events logged by Sentry.
My React Native app is built on top of Ex…
tigar updated
2 years ago
-
There's a section of `Sentry-Testkit` in official [Sentry Docs](https://docs.sentry.io/platforms/javascript/configuration/sentry-testkit/) pages.
We need to enrich the the very initial readme docum…