Skip to content

Commit 2330269

Browse files
committed
WIP add test content
1 parent 19ae7be commit 2330269

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/browser/src/index.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,21 @@ export {
4141

4242
export * from './metrics';
4343

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+
/** test */
54+
public doSomething(): string {
55+
return 'this does not even make any sense...';
56+
}
57+
}
58+
4459
export {
4560
defaultRequestInstrumentationOptions,
4661
instrumentOutgoingRequests,

0 commit comments

Comments
 (0)