Skip to content

Commit 4db0b7a

Browse files
committed
try make it preprocess??
1 parent 9334cc0 commit 4db0b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/integrations/src/contextlines.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export class ContextLines implements Integration {
4949
}
5050

5151
/** @inheritDoc */
52-
public processEvent(event: Event): Event {
53-
return this.addSourceContext(event);
52+
public preprocessEvent(event: Event): void {
53+
this.addSourceContext(event);
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)