@pionne/node 0.1.1 → 0.2.0
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 +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,19 @@ Auto-captures `uncaughtException` and `unhandledRejection`, ships rich runtime c
|
|
|
6
6
|
|
|
7
7
|
Works with **plain Node, Express, Fastify, NestJS, Koa, Hono, Bun, Deno (with compat shim)**.
|
|
8
8
|
|
|
9
|
+
## 🎫 Get your token
|
|
10
|
+
|
|
11
|
+
Pionne is **mobile-first**: you sign up, create projects, and watch your error feed **from the Pionne mobile app**, not a web dashboard.
|
|
12
|
+
|
|
13
|
+
1. **Download the app**:
|
|
14
|
+
- 🍎 [App Store](https://apps.apple.com/app/pionne) *(coming soon)*
|
|
15
|
+
- 🤖 [Google Play](https://play.google.com/store/apps/details?id=fr.agkgcreations.pionne) *(coming soon)*
|
|
16
|
+
2. Create your account (30 days free, no card required)
|
|
17
|
+
3. **+ New project** → pick **Node.js** → copy the token displayed (`pio_live_…`)
|
|
18
|
+
4. Paste it into `Pionne.init({ token })` below
|
|
19
|
+
|
|
20
|
+
⚠️ The token is only shown **once** at project creation — store it as `PIONNE_TOKEN` in your env / secrets manager, never commit it.
|
|
21
|
+
|
|
9
22
|
## Install
|
|
10
23
|
|
|
11
24
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pionne/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Error monitoring SDK for Node.js — Pionne. Auto-captures uncaught exceptions and unhandled rejections, ships rich runtime context (Node version, OS, hostname, pid).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "AGKG Creations",
|