We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3be271 commit 21db298Copy full SHA for 21db298
packages/browser/src/index.ts
@@ -41,21 +41,6 @@ export {
41
42
export * from './metrics';
43
44
-export const testThing =
45
- 'just adding some stuff here to ensure this is larger, so size limit is triggered, yes yes yes. ';
46
-
47
-/** test */
48
-export class MyTestClass {
49
- /** test */
50
- // eslint-disable-next-line @sentry-internal/sdk/no-class-field-initializers
51
- public aha = 'why is this even here? I DO NOT UNDERSTAND!!';
52
53
54
- public doSomething(): string {
55
- return 'this does not even make any sense...';
56
- }
57
-}
58
59
export {
60
defaultRequestInstrumentationOptions,
61
instrumentOutgoingRequests,
0 commit comments