Skip to content

Commit 52348ef

Browse files
andreiborzabillyvg
authored andcommitted
feat(solidjs): Add sourcemap instructions to README (#12425)
1 parent f9cecf2 commit 52348ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/solidjs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
# Official Sentry SDK for SolidJS
88

9+
[![npm version](https://img.shields.io/npm/v/@sentry/solidjs.svg)](https://www.npmjs.com/package/@sentry/solidjs)
10+
[![npm dm](https://img.shields.io/npm/dm/@sentry/solidjs.svg)](https://www.npmjs.com/package/@sentry/solidjs)
11+
[![npm dt](https://img.shields.io/npm/dt/@sentry/solidjs.svg)](https://www.npmjs.com/package/@sentry/solidjs)
12+
913
This SDK is work in progress, and should not be used before officially released.
1014

1115
# Solid Router
@@ -48,3 +52,9 @@ render(
4852
document.getElementById('root'),
4953
);
5054
```
55+
56+
# Sourcemaps and Releases
57+
58+
To generate and upload source maps of your Solid JS app bundle, check our guide
59+
[how to configure your bundler](https://docs.sentry.io/platforms/javascript/guides/solid/sourcemaps/#uploading-source-maps)
60+
to emit source maps.

0 commit comments

Comments
 (0)