Commit 5d2685f
authored
feat: Scoped packages Typescript Core/Browser implementation (#1149)
* feat: Initial commit
* feat: Add tests with jest
* feat: Add basic tests
* feat: Strip tests
* feat: Add tests for captureEvent/message
* feat: Steamline options
* feat: Added sdk options
* feat: Write readme
* feat: Move to new folder structure
* fix: package.json
* feat: Add js tests
* feat: Add webpack in platform-browser to get bundle
* fix: rename platform folder
* fix: Remove Set
* meta: Add todos
* feat: Add headless chrome tests
* ref: Rename Sdk to Integration
* ref: Integration renaming
* ref: Rename to adapter
* fix: Implement real captureException and captureMessage
* meta: Change naming
* ref: Rename main files
* feat: Add sharedClient sentry
* feat: Add dsn parsing with tests
* feat: Add tests for wrong dsn
* fix: Naming of SentryError
* feat: Add setOptions function to adapters
* feat: Add global create function
* feat: Remove multiple adapter architecture
* feat: Add context handling
* feat: Add breadcrumbs api
* feat: Tunnel context to adapter
* feat: Add breadcrumbCallback
* feat: Add more test, Coverage, Add Sentry Log
* ref: Add tslint and prettier support
* fix: Browser tests
* feat: Change browser adapter to reflect tslint
* ci: Fix travis config
* ci: Update yarn
* ci: Build core before browser
* ci: Fix path
* ci: Use yarn link
* ci: Use yarn link
* fix: Different code review changes
* ref: Code review changes
* ref: make install return a promise
* fix: Browser tests
* fix: Remove node ts reference
* meta: Add documentation
* feat: Add npmignore
* feat: package.json version changes
* fix(ci): travis tests
* ci: Fix travis build
* ci: Fix travis and skip install
* ci: Increase timeout to 60sec
* ci: Remove increased timeout
* feat: Use rollup instead of webpack
* feat: Rename Browser to SentryBrowser
* feat: Add size:check npm script
Update .eslintignore
* fix: package.json main
* feat: Export ISentryBrowserOptions1 parent af6228d commit 5d2685f
File tree
49 files changed
+17429
-7
lines changed- .github
- .vscode
- packages
- browser
- __tests__
- lib
- core
- __mocks__
- __tests__
- lib
- Interfaces
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+17429
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments