Skip to content

Commit

Permalink
Bump Sentry to 6.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phoward38 committed Feb 4, 2022
1 parent 89f5f94 commit f813fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/sentry_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sentry_ui <- function(sentry_dsn, app_uid, user = NULL, r_env = "default") {
function(page) {
htmltools::tagList(
shiny::includeScript(
path = "https://browser.sentry-cdn.com/6.17.2/bundle.tracing.min.js",
integrity = "sha384-/06LGwfzQ1pgdFsQEtOB+4auE4K6SV85cy/7wKx5H+8Uhtmb5dajgm6/AM31blzh",
path = "https://browser.sentry-cdn.com/6.17.4/bundle.tracing.min.js",
integrity = "sha384-eIliztiJMgTUGzEQjjcCty1MN9hIqsz8GtzP/UTAHo6yxQgA6ZogOH2YNSlJRYWO",
type = "text/javascript",
crossorigin = "anonymous"
),
Expand Down

0 comments on commit f813fa6

Please sign in to comment.