Shu Ding
Shu Ding
https://github.com/getsentry/sentry-javascript/issues/4206#issuecomment-1384277626
Adding some notes, that `mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent);` might be the easiest to support via ``. For things like `mask-image: image(url(mask.png), skyblue);` and `mask-image: url(masks.svg#mask1);` we might need...
You can fetch the image with an absolute URL such as ``.
@multipletwigs that fix makes sense to me! Feel free to open a PR :)
Fixed with #447.
This one isn't trivial — I'm open to accept PRs if anyone want to contribute!
@Jackie1210 Sure!
I'm no longer able to reproduce the issue (using https://github.com/didomenicom/next-13-build-error), I think it was fixed already in latest canary.
Since you can use MDX, I think something like https://github.com/swagger-api/swagger-ui/tree/master/flavors/swagger-ui-react (or another component) can be directly added to a page. Is that what you need?
Thanks for making this, and it looks very helpful! Do you want to make this a part of the official project, so we can release all packages together and keep...