Skip to content
Snippets Groups Projects
Commit 5661f47d authored by Arinde Eniola's avatar Arinde Eniola
Browse files

some changes and add item to changelog

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