Skip to content

Commit

Permalink
WIP add test content
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 2, 2024
1 parent 19ae7be commit 2330269
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ export {

export * from './metrics';

export const testThing =
'just adding some stuff here to ensure this is larger, so size limit is triggered, yes yes yes. ';

/** test */
export class MyTestClass {
/** test */
// eslint-disable-next-line @sentry-internal/sdk/no-class-field-initializers
public aha = 'why is this even here? I DO NOT UNDERSTAND!!';

/** test */
public doSomething(): string {
return 'this does not even make any sense...';
}
}

export {
defaultRequestInstrumentationOptions,
instrumentOutgoingRequests,
Expand Down

0 comments on commit 2330269

Please sign in to comment.