Skip to content

Use non-global jQuery reference within raven bundle

Luke "Jared" Bennett requested to merge fix-raven-jquery-dep into master

What does this MR do?

Declare raven a chunk of the common bundle.

Currently our raven bundle will only bind to jqajax errors if jquery is loaded before the raven bundle, which shouldn't be often because raven bundle is so small.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/32662

Edited by username-removed-636429

Merge request reports