Skip to content

Commit

Permalink
feat: 1.0.0 @sentry/react-native (#589)
Browse files Browse the repository at this point in the history
* feat: Use @sentry/browser

* feat: Moved all code into src

* fix: First working version

* feat: Unified API + Transport + iOS (#591)

* feat: Native transport

* feat: Move ios/android code

* feat: Handle promises + nativeCarsh

* feat: Use device context, Trim public API

* feat: Make android work

* fix: Remove unused transport

* feat: Add native android send

* fix: Use older android code

* fix: Small Android changes

* feat: Fetch release from native

* meta: Changelog + versions

* meta: Update Sentry wizard

* meta: Changelog

* Update CHANGELOG.md

Co-Authored-By: Kamil Ogórek <kamil.ogorek@gmail.com>

* feat: Codereview changes
  • Loading branch information
HazAT committed Jul 3, 2019
1 parent 290c199 commit 419cf96
Show file tree
Hide file tree
Showing 44 changed files with 1,064 additions and 4,635 deletions.
8 changes: 1 addition & 7 deletions .craft.yml
@@ -1,4 +1,4 @@
minVersion: '0.6.0'
minVersion: "0.6.0"
github:
owner: getsentry
repo: react-native-sentry
Expand All @@ -7,9 +7,3 @@ preReleaseCommand: bash scripts/craft-pre-release.sh
targets:
- name: npm
- name: github
# - name: cocoapods
# specPath: Sentry.podspec
# - name: registry
# type: sdk
# config:
# canonical: 'cocoapods:sentry-cocoa'
19 changes: 0 additions & 19 deletions .editorconfig

This file was deleted.

187 changes: 0 additions & 187 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,6 +10,7 @@ node_modules
## Build generated
build/
DerivedData
dist

## Various settings
*.pbxuser
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
@@ -1,6 +1,6 @@
[submodule "ios/Sentry"]
path = ios/Sentry
url=https://github.com/getsentry/sentry-cocoa
[submodule "examples"]
path = examples
url = https://github.com/getsentry/examples
[submodule "ios/Sentry"]
path = ios/Sentry
url=https://github.com/getsentry/sentry-cocoa
4 changes: 1 addition & 3 deletions .npmignore
Expand Up @@ -7,6 +7,4 @@ appium
.travis
.github

# KSCrash
ios/Sentry/KSCrash
ios/Sentry/Sources/KSCrash
!/dist/**/*
100 changes: 0 additions & 100 deletions .vscode/.ropeproject/config.py

This file was deleted.

14 changes: 6 additions & 8 deletions .vscode/extensions.json
@@ -1,10 +1,8 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dzannotti.vscode-babel-coloring",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"lextudio.restructuredtext"
]
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"esbenp.prettier-vscode",
"ms-vscode.vscode-typescript-tslint-plugin"
]
}

0 comments on commit 419cf96

Please sign in to comment.