Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.0
Choose a base ref
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.1
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 10, 2019

  1. Copy the full SHA
    0942ab3 View commit details
  2. fix: typo in tracekit.ts (#1830)

    jrencz authored and kamilogorek committed Jan 10, 2019
    Copy the full SHA
    4fba325 View commit details

Commits on Jan 11, 2019

  1. Copy the full SHA
    c56f9a1 View commit details

Commits on Jan 14, 2019

  1. meta: Changelog for 4.5.1

    HazAT committed Jan 14, 2019
    Copy the full SHA
    6c33106 View commit details
  2. release: 4.5.1

    HazAT committed Jan 14, 2019
    Copy the full SHA
    6a390ac View commit details
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

## Unreleased

## 4.5.1

- [utils] fix: Don't npm ignore esm for utils

## 4.5.0

- [core] feat: Deprecate `captureEvent`, prefer `sendEvent` for transports. `sendEvent` now takes a string (body)
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "4.5.0",
"version": "4.5.1",
"packages": "packages/*",
"ignore": "raven-*",
"npmClient": "yarn",
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/browser",
"version": "4.5.0",
"version": "4.5.1",
"description": "Offical Sentry SDK for browsers",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
@@ -15,9 +15,9 @@
"access": "public"
},
"dependencies": {
"@sentry/core": "4.5.0",
"@sentry/core": "4.5.1",
"@sentry/types": "4.5.0",
"@sentry/utils": "4.5.0",
"@sentry/utils": "4.5.1",
"tslib": "^1.9.3"
},
"devDependencies": {
2 changes: 1 addition & 1 deletion packages/browser/src/tracekit.ts
Original file line number Diff line number Diff line change
@@ -462,7 +462,7 @@ TraceKit.report = (function reportModuleWrapper() {
*/
function uninstallGlobalUnhandledRejectionHandler() {
if (_onUnhandledRejectionHandlerInstalled) {
window.onerror = _oldOnunhandledrejectionHandler;
window.onunhandledrejection = _oldOnunhandledrejectionHandler;
_onUnhandledRejectionHandlerInstalled = false;
}
}
2 changes: 1 addition & 1 deletion packages/browser/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.browser';
export const SDK_VERSION = '4.5.0';
export const SDK_VERSION = '4.5.1';
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/core",
"version": "4.5.0",
"version": "4.5.1",
"description": "Base implementation for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
@@ -15,10 +15,10 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "4.5.0",
"@sentry/minimal": "4.5.0",
"@sentry/hub": "4.5.1",
"@sentry/minimal": "4.5.1",
"@sentry/types": "4.5.0",
"@sentry/utils": "4.5.0",
"@sentry/utils": "4.5.1",
"tslib": "^1.9.3"
},
"devDependencies": {
4 changes: 2 additions & 2 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/hub",
"version": "4.5.0",
"version": "4.5.1",
"description": "Sentry hub which handles global state managment.",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub",
@@ -16,7 +16,7 @@
},
"dependencies": {
"@sentry/types": "4.5.0",
"@sentry/utils": "4.5.0",
"@sentry/utils": "4.5.1",
"tslib": "^1.9.3"
},
"devDependencies": {
4 changes: 2 additions & 2 deletions packages/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/minimal",
"version": "4.5.0",
"version": "4.5.1",
"description": "Sentry minimal library that can be used in other packages",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal",
@@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "4.5.0",
"@sentry/hub": "4.5.1",
"@sentry/types": "4.5.0",
"tslib": "^1.9.3"
},
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/node",
"version": "4.5.0",
"version": "4.5.1",
"description": "Offical Sentry SDK for Node.js",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node",
@@ -15,10 +15,10 @@
"access": "public"
},
"dependencies": {
"@sentry/core": "4.5.0",
"@sentry/hub": "4.5.0",
"@sentry/core": "4.5.1",
"@sentry/hub": "4.5.1",
"@sentry/types": "4.5.0",
"@sentry/utils": "4.5.0",
"@sentry/utils": "4.5.1",
"@types/stack-trace": "0.0.29",
"cookie": "0.3.1",
"https-proxy-agent": "2.2.1",
2 changes: 1 addition & 1 deletion packages/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.node';
export const SDK_VERSION = '4.5.0';
export const SDK_VERSION = '4.5.1';
1 change: 1 addition & 0 deletions packages/utils/.npmignore
Original file line number Diff line number Diff line change
@@ -2,4 +2,5 @@
!*.js.map
!*.d.ts
!*.js
!/esm/**/*
jest.config.js
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/utils",
"version": "4.5.0",
"version": "4.5.1",
"description": "Utilities for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",