Commit 5661f47d authored by Arinde Eniola's avatar Arinde Eniola

some changes and add item to changelog

parent 3e62dc3b
...@@ -75,6 +75,7 @@ v 8.7.0 (unreleased) ...@@ -75,6 +75,7 @@ v 8.7.0 (unreleased)
- Fix repository cache invalidation issue when project is recreated with an empty repo (Stan Hu) - Fix repository cache invalidation issue when project is recreated with an empty repo (Stan Hu)
- Fix: Allow empty recipients list for builds emails service when pushed is added (Frank Groeneveld) - Fix: Allow empty recipients list for builds emails service when pushed is added (Frank Groeneveld)
- Improved markdown forms - Improved markdown forms
- Show JavaScript errors in sentry
- Delete tags using Rugged for performance reasons (Robert Schilling) - Delete tags using Rugged for performance reasons (Robert Schilling)
- Diffs load at the correct point when linking from from number - Diffs load at the correct point when linking from from number
- Selected diff rows highlight - Selected diff rows highlight
......
...@@ -299,6 +299,7 @@ $ -> ...@@ -299,6 +299,7 @@ $ ->
if gon.sentry_dsn? if gon.sentry_dsn?
Raven.config(gon.sentry_dsn, { Raven.config(gon.sentry_dsn, {
includePaths: [/gon.relative_url_root/]
ignoreErrors: [ ignoreErrors: [
# Random plugins/extensions # Random plugins/extensions
'top.GLOBALS', 'top.GLOBALS',
...@@ -336,6 +337,5 @@ $ -> ...@@ -336,6 +337,5 @@ $ ->
if gon.current_user_id if gon.current_user_id
Raven.setUserContext({ Raven.setUserContext({
api_token: gon.api_token,
id: gon.current_user_id id: gon.current_user_id
}) })
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment