Tim Fish
Tim Fish
Explore posts from servers
DDeno
Created by Tim Fish on 10/8/2023 in #help
Sentry - monkey patching globals?
I'm working with Sentry to release a Deno SDK. To capture breadcrumbs and tracing for console/fetch etc, Sentry monkey patch these globals. Last time I tried, shortly after v1 this worked but trying with the latest release, this no longer works. Testing further I can monkey patch globals but it seems to be isolated to the module/file where I do the patching. Is this expected behaviour? Have there been changes to restrict monkey patching globals?
6 replies
DDeno
Created by Tim Fish on 12/30/2022 in #help
Is there any way to trace where permissions prompts are coming from?
I'm running some code through Deno and its prompting for some permissions. How can I find out where these are coming form?
13 replies