Skip to content

Commit 21db298

Browse files
committed
Revert "WIP add test content"
This reverts commit 2330269.
1 parent b3be271 commit 21db298

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/browser/src/index.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,6 @@ 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-
5944
export {
6045
defaultRequestInstrumentationOptions,
6146
instrumentOutgoingRequests,

0 commit comments

Comments
 (0)