Samuel

Results 154 comments of Samuel

The last fix didn't work because angular has [disabled](https://github.com/angular/angular-cli/issues/22388) processing import.meta.url pattern for fetching assets at runtime, so will need to figure out another way to get the compiled JS...

Ooh.. actually [this](https://github.com/webpack/webpack/issues/16696#issuecomment-1842647437) might work.

Okay this issue requires a different solution. We may have to move away from using web workers as they are very strict with enforcing the same origin policy of the...

~This should be fixed now in v7.0.1. Can you verify?~ Actually it still wouldn't work just yet, since we expect a trusted origin. I'll remove that check in the next...

Any chance someone can look into this? I was assuming this was a one-stop github action for sentry release especially since it has an option for sourcemaps but it doesn't...

Hey! Trying to make sure I understand the issue here > I can't automatically use a valid token, or generate a new one before every request like I can with...

@ortonomy Trying to split this up into multiple separate tasks. > I can't set headers from the pre-request script The headers provided to the pre request scripts are read only,...

So for the environment variables, you only want to be able to set them and not read them?

Hey, so just to check, the `url` plugin source will not work for your use case?

I try to keep the docs (available docs) updated with relevant changes. I didn't add the events at all though 😅 so nothing to update (since I was concerned they...