-
## Summary
If `Sentry.configureScope(...)` is ever called and some scopes are being set (such as `scope.setUser` or `scope.setTag`, it cannot be reset, is it expected behaviour?
## How to reproduc…
-
-
**Describe the bug**
Ran `tsc` against our project after upgrading sentry-testkit to 5.0.0:
```
packages/modules/application/__tests__/core/application/reportError.test.ts:3:52 - error TS7016: Co…
-
**Describe the bug**
With the latest Sentry version 6.8.0 and the dedupe integration (https://github.com/getsentry/sentry-javascript/pull/3730), it's not possible to have a duplicated error. `Testkit…
-
When creating exceptions with breadcrumbs in 2 tests, the second test will have the breadcrumbs from the first test.
```
describe('debug', () => {
beforeEach(() => {
testkit.reset();
…
ghost updated
2 years ago
-
WARNING in ./~/@sentry/utils/esm/misc.js
Module not found : error : Can't resolve 'perf_hooks' in '/opt/atlassian/pipelines/agent/build/node_modules/@sentry/utils/esm' [/opt/atlassian/pipelines/agen…
-
## Issue Description
For some reason, TypeORM generates a second migration file after I run all migrations.
### Expected Behavior
Typeorm would not generate second migration file.
##…
-
### Describe the bug
```text
java.lang.reflect.InvocationTargetException
at org.codehaus.groovy.vmplugin.v9.Java9.of(Java9.java:160)
at org.codehaus.groovy.vmplugin.v9.Java9.getInvokeSpecialHa…
-
This code seems to only parse body for requests with content-type `application/json` or `application/x-sentry-envelope`:
https://github.com/wix/sentry-testkit/blob/a210f7389ae414b0cdc707682bfea70f6…
-
Hi,
I use this library to test sentry in a react-native project, but I start having issues after upgrading `@sentry/react-native` from v3 to v4. Apparently `@sentry/react-native` v4 is using `sent…