Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Till Sanders <[email protected]>
  • Loading branch information
tillsanders committed Apr 17, 2020
1 parent 615cdbc commit 98fd23e
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Sentry.io for NativeScript

[![npm](https://img.shields.io/npm/v/nativescript-sentry.svg)](https://www.npmjs.com/package/nativescript-sentry)
[![npm](https://img.shields.io/npm/dt/nativescript-sentry.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-sentry)
[![npm](https://img.shields.io/npm/v/@finanzritter/nativescript-sentry.svg)](https://www.npmjs.com/package/@finanzritter/nativescript-sentry)
[![npm](https://img.shields.io/npm/dt/@finanzritter/nativescript-sentry.svg?label=npm%20downloads)](https://www.npmjs.com/package/@finanzritter/nativescript-sentry)

:construction: **Work in progress**

This package was forked from the unmaintained package
[danielgek/nativescript-sentry](https://github.com/danielgek/nativescript-sentry). We are currently
cleaning up and updating the code.

---

This plugin uses sentry-android and sentry-cocoa to catch native errors/stack traces and send them to a sentry server.

Expand Down Expand Up @@ -179,6 +187,14 @@ export interface ExceptionOptions {
## Changelog:
**17/4/2020 - (1.10.2):**
- Fix GitHub Workflow to use existing publishing scripts
**17/4/2020 - (1.10.1):**
- Set up GitHub Workflow for npm publising
**15/4/2020 - (1.10.0):**
- Bumps to latest native SDK releases
Expand Down Expand Up @@ -230,6 +246,7 @@ Thanks to **@bradmartin** and **@jerbob92**!
- fix stringify
- fix angular error handler
## Credits:
## Credits
- **@hypery2k**: for his **nativescript-fabric**(helped me a lot!)
- **@danielgek**: for being the original author of this plugin **[danielgek/nativescript-sentry](https://github.com/danielgek/nativescript-sentry)**
- **@hypery2k**: for his **nativescript-fabric** (helped the original author a lot!)

0 comments on commit 98fd23e

Please sign in to comment.