We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb8406 commit 83f859bCopy full SHA for 83f859b
packages/node/src/integrations/contextlines.ts
@@ -54,6 +54,7 @@ export class ContextLines implements Integration {
54
public setupOnce(addGlobalEventProcessor: (callback: EventProcessor) => void): void {
55
if (this._options.frameContextLines == undefined) {
56
const initOptions = getCurrentHub().getClient<NodeClient>()?.getOptions();
57
+ // eslint-disable-next-line deprecation/deprecation
58
this._options.frameContextLines = initOptions?.frameContextLines;
59
}
60
0 commit comments