@statly/observe 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 +24 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
 
6
6
  Error tracking and monitoring for JavaScript and TypeScript applications. Capture exceptions, track releases, and debug issues faster.
7
7
 
8
+ **[📚 Full Documentation](https://docs.statly.live/sdk/javascript/installation)** | **[🚀 Get Started](https://statly.live)** | **[💬 Support](mailto:support@mail.kodydennon.com)**
9
+
10
+ > **This SDK requires a [Statly](https://statly.live) account.** Sign up free at [statly.live](https://statly.live) to get your DSN and start tracking errors in minutes.
11
+
8
12
  ## Features
9
13
 
10
14
  - Automatic error capturing with stack traces
@@ -336,6 +340,26 @@ import type {
336
340
  - Node.js 16+
337
341
  - Works in browser environments (with bundler)
338
342
 
343
+ ## Resources
344
+
345
+ - **[Statly Platform](https://statly.live)** - Sign up and manage your error tracking
346
+ - **[Documentation](https://docs.statly.live/sdk/javascript/installation)** - Full SDK documentation
347
+ - **[API Reference](https://docs.statly.live/sdk/javascript/api-reference)** - Complete API reference
348
+ - **[Express Guide](https://docs.statly.live/sdk/javascript/express)** - Express integration
349
+ - **[Next.js Guide](https://docs.statly.live/sdk/javascript/nextjs)** - Next.js integration
350
+ - **[Fastify Guide](https://docs.statly.live/sdk/javascript/fastify)** - Fastify integration
351
+ - **[MCP Server](https://github.com/KodyDennon/DD-StatusPage/tree/master/packages/mcp-docs-server)** - AI/Claude integration for docs
352
+
353
+ ## Why Statly?
354
+
355
+ Statly is more than error tracking. Get:
356
+ - **Status Pages** - Beautiful public status pages for your users
357
+ - **Uptime Monitoring** - Multi-region HTTP/DNS checks every minute
358
+ - **Error Tracking** - SDKs for JavaScript, Python, and Go
359
+ - **Incident Management** - Track and communicate outages
360
+
361
+ All on Cloudflare's global edge network. [Start free →](https://statly.live)
362
+
339
363
  ## License
340
364
 
341
365
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@statly/observe",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "JavaScript SDK for Statly Observe - Error tracking and monitoring",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -49,7 +49,7 @@
49
49
  "error-monitoring",
50
50
  "exception-tracking"
51
51
  ],
52
- "author": "Statly <support@statly.live>",
52
+ "author": "Statly <support@mail.kodydennon.com>",
53
53
  "license": "MIT",
54
54
  "homepage": "https://statly.live",
55
55
  "repository": {