Michael Wilson

Results 19 comments of Michael Wilson

> @hobbitronics could you expand on that? I don't fully follow. 🙂 Sure. When I was using the type `ClientNodeApi` in a callback parameter for `beforeUrlChange`, I was able to...

I have had this issues as well using the following configuration: ``` const { execSync } = require('child_process') const CHANGELOG_HEADER = `# Changelog All notable changes to this project will...

> Just to clarify, you are using nodePolyfills in you svelte browser app? What's the reason/background on this? > > I would guess that the node polyfill is overwriting something...

I am still struggling to get this to work and not sure what I am supposed to do with your suggestion above. I have tried adding `globals: { util: 'util',...

Interestingly this error does not happen in another app using `"@sentry/svelte": "^7.47.0",` with `rollup-plugin-polyfill-node`. I tried rolling back to this version, but could not while using svelte 4.

> At this point, I think we'd need a repro to be able to dig further into this. Without this, I fear there isn't a lot we can do to...

> So this is tricky to debug from the distance, but overall I believe `rollup-plugin-polyfill-node` is not supposed to run in the browser 🤔 So whatever needs this should probably...

You can also do this "commits that contains '[skip release]' or '[release skip]' in their message will be excluded from the commit analysis" @Menosc although not as convenient.

> You can also do this "commits that contains '[skip release]' or '[release skip]' in their message will be excluded from the commit analysis" @Menosc although not as convenient. Another...