Closed denrase closed 3 months ago
Messages | |
---|---|
:book: | Do not forget to update Sentry-docs with your feature once the pull request gets approved. |
Generated by :no_entry_sign: dangerJS against e71458e370d68a376c9cdc5b534651374200497b
Im sorry but there is a mistake in the documentation
@JoydS Could you point me to the incorrect documentation?
The example
Sorry for not being more clear, I meant what specifically is wrong in the example?
It should be "~/app/"m not "https://mysentry.invalid/"
@JoydS Ah yes 🤦 Fixed in #254
Can we make a release with this feature?
It supposes to be realised but it's not working, I don't know why. Everything is still minified on my side.
In my opinion it is not, please look at the last release date.
hey we will make a release on Monday that will include this
release is out in 2.2.0
, sorry for the delay
Thanks a lot. But it is not working for me, everything is still minified. Can anyone confirm that it works for them?
@lukaszmielczarekdev did you follow the guide in the readme regarding also updating your beforeSend?
The problem I have is that it doesn't send .dart files to Sentry, it only sends one package with .js files (10 pieces). There should be a second portion, much larger with .dart files. The logs say that it found 10 files first, then 0. In the previous version of the package, all files were sent, and in the latest one only one part.
Version 2.2.0 (prefix added)
Version 2.1.0
thanks for the info @lukaszmielczarekdev do you mind opening an issue here in the repo? it's easier for us this way 🙏
Yeah, sure. Done 😉
:scroll: Description
Add
urlPrefix
to sentry configuration:bulb: Motivation and Context
Continuation of #222
:green_heart: How did you test it?
Unit tests
:pencil: Checklist