Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method Scope.prototype.setSDKProcessingMetadata
import { Scope } from "https://deno.land/x/sentry@7.83.0/index.mjs";

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

Parameters

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