Rafał Chłodnicki

Results 1204 comments of Rafał Chłodnicki

can you show what have you done exactly?

That will still overwrite the handler that Sentry module sets because it sets its handler from the root scope of the plugin rather than from the exported function. That's because...

> * I'd like to add a whitelistUrls array to my config, but the options of this array are merged on every build. I was checking this out and there...

Well, as you said, it works in practice but still is kinda unexpected.

> Whitelist urls in Sentry should allow for regexp, but these arent correctly stringified atm. I tihnk we could check for value instanceof RegExp and then just call value.toString()? 👍...

Try removing `sourceMapStyle` option and `include` from `publishRelease`.

Appears OK but you can remove `ignore` since you are just repeating what the module sets by default.

Not sure then. - Does sentry show some error related to not being able to parse source maps in individual events? - Does the artifact name start with a dash...

I don't think I'll be able to help more with the given amount of information. You can potentially ask on Sentry's Discord for help.

No, not right now at least.