Skip to content

Commit 0c1c1c8

Browse files
committed
lint fix
1 parent 48f41c5 commit 0c1c1c8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/core/src/baseclient.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -764,12 +764,7 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
764764
* @param currentScope A scope containing event metadata.
765765
* @returns A SyncPromise that resolves with the event or rejects in case event was/will not be send.
766766
*/
767-
private _processEvent(
768-
event: Event,
769-
hint: EventHint,
770-
currentScope: Scope,
771-
isolationScope: Scope,
772-
): PromiseLike<Event> {
767+
private _processEvent(event: Event, hint: EventHint, currentScope: Scope, isolationScope: Scope): PromiseLike<Event> {
773768
const options = this.getOptions();
774769
const { sampleRate } = options;
775770

0 commit comments

Comments
 (0)