Skip to content

Commit ac0d55a

Browse files
author
Luca Forstner
committed
revert
1 parent b2aed90 commit ac0d55a

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

packages/core/src/baseclient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
370370
const clientReleaseOption = this._options.release;
371371
const clientEnvironmentOption = this._options.environment;
372372
if ('aggregates' in session) {
373-
// TODO(v9): Remove eslint disable
374-
// eslint-disable-next-line @sentry-internal/sdk/no-optional-chaining
375373
if (!session.attrs?.release && !clientReleaseOption) {
376374
DEBUG_BUILD && logger.warn(MISSING_RELEASE_FOR_SESSION_ERROR);
377375
return;

packages/core/src/types-hoist/integration.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ export interface Integration {
5151
* This receives the client that the integration was installed for as third argument.
5252
*/
5353
processEvent?(event: Event, hint: EventHint, client: Client): Event | null | PromiseLike<Event | null>;
54-
55-
/**
56-
* TODO
57-
*/
58-
flush?(client: Client): Promise<void>;
59-
60-
/**
61-
* TODO
62-
*/
63-
close?(client: Client): Promise<void>;
6454
}
6555

6656
/**

0 commit comments

Comments
 (0)