Skip to content

Commit 8771e99

Browse files
committed
Revert "try make it preprocess??"
This reverts commit 31887622b297c094e37ccfa00b2a8708bd0d73c7.
1 parent a053678 commit 8771e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/integrations/src/contextlines.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export class ContextLines implements Integration {
4949
}
5050

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

5656
/**

0 commit comments

Comments
 (0)