@pionne/node 0.1.0 → 0.1.2

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 +13 -0
  2. package/package.json +5 -2
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,13 +1,16 @@
1
1
  {
2
2
  "name": "@pionne/node",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
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",
7
7
  "homepage": "https://pionne.agkgcreations.fr",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/agkgcreations/pionne.git"
10
+ "url": "git+https://github.com/agkgcreations/pionne-sdk-node.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/agkgcreations/pionne-sdk-node/issues"
11
14
  },
12
15
  "keywords": [
13
16
  "pionne",