Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method Scope.prototype.setSDKProcessingMetadata
import { Scope } from "https://deno.land/x/sentry@7.120.0/index.d.ts";

Add data which will be accessible during event processing but won't get sent to Sentry

Parameters

newData: { [key: string]: unknown; }