-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcf6638
commit 47e0ebb
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33061,7 +33061,7 @@ function isDev() { | |
|
||
if (!isDev() && typeof Raven !== 'undefined') { | ||
Raven.config('https://[email protected]/141297', { | ||
release: '1.3.1', | ||
release: '1.3.2', | ||
ignoreErrors: ["Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided", "Cannot read property 'highlightFill' of undefined", "Argument 1 of SVGMatrix.translate is not a finite floating-point value", /_jp.*is not a function/, "chrome is not defined", "You cannot apply bindings multiple times to the same element.", "SVG_MATRIX_NOT_INVERTABLE", "The index is not in the allowed range."] | ||
}).install(); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ function isDev() { | |
|
||
if ( ! isDev() && typeof(Raven) !== 'undefined' ) { | ||
Raven.config('https://[email protected]/141297', { | ||
release: '1.3.1', | ||
release: '1.3.2', | ||
ignoreErrors: [ | ||
"Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided", | ||
"Cannot read property 'highlightFill' of undefined", | ||
|