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 19ae7be commit 2330269Copy full SHA for 2330269
packages/browser/src/index.ts
@@ -41,6 +41,21 @@ 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