@fixflow/sdk 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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# FixFlow SDK
|
|
2
2
|
|
|
3
|
+
Website: [tryfixflow.com](https://tryfixflow.com)
|
|
4
|
+
|
|
3
5
|
Lightweight error capture SDK for Node.js and browser environments.
|
|
4
6
|
|
|
5
7
|
## Install
|
|
@@ -16,8 +18,6 @@ import fixflow from "@fixflow/sdk";
|
|
|
16
18
|
fixflow.init("PROJECT_KEY");
|
|
17
19
|
```
|
|
18
20
|
|
|
19
|
-
The SDK posts to the FixFlow cloud ingest URL by default. You do **not** need to pass an `endpoint` for normal use.
|
|
20
|
-
|
|
21
21
|
The SDK auto-captures uncaught errors and unhandled promise rejections after initialization.
|
|
22
22
|
|
|
23
23
|
## Usage by environment
|