File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Official Sentry SDK for SolidJS
8
8
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
+
9
13
This SDK is work in progress, and should not be used before officially released.
10
14
11
15
# Solid Router
@@ -48,3 +52,9 @@ render(
48
52
document .getElementById (' root' ),
49
53
);
50
54
```
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.
You can’t perform that action at this time.
0 commit comments