@upgoose/browser 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -105,7 +105,7 @@ upgoose.init({
105
105
 
106
106
  Full integration guide: [upgoose.app/docs](https://upgoose.app/docs#error-tracking)
107
107
 
108
- Already using a Sentry SDK? You can also point it at Upgoose with a one-line DSN swap: [Migration guide](https://upgoose.app/docs#migrate-from-sentry)
108
+ Switching from another error tracking tool? Upgoose accepts standard error event payloads [migration guide](https://upgoose.app/docs#migrate-from-sentry)
109
109
 
110
110
  ## License
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upgoose/browser",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Upgoose error tracking SDK for browsers",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",