Jiho Shin
Jiho Shin
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [x] If you've added code that should be tested, please add tests. - [...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
Hello, I would like to propose an enhancement regarding the display of the Twoslash popovers in Nextra. In the official Twoslash documentation, the popovers are displayed above the code blocks,...
### Problem Description When using the `@shikijs/twoslash` transformer, I encountered an issue where the tagName provided in the renderer configuration is automatically converted to lowercase. ### Example Here is the...
## Changes Overview The Code extension had an issue where typing _a\`b\`_ would cause the preceding character "a" to disappear. This PR applies the same regular expression pattern used in...