Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_sentry_stack_trace.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40b29a74b53c4a862dbc8820d4db4b63a77137f6 (plain)
1
2
3
4
- return unless issuable.sentry_issue.present?
- add_page_specific_style 'page_bundles/error_tracking_details'

#js-sentry-error-stack-trace{ data: error_details_data(@project, issuable.sentry_issue.sentry_issue_identifier) }