Skip to content

Commit

Permalink
Bump Sentry to 6.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phoward38 committed Feb 7, 2022
1 parent f813fa6 commit 3731928
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.4/bundle.tracing.min.js",
integrity = "sha384-eIliztiJMgTUGzEQjjcCty1MN9hIqsz8GtzP/UTAHo6yxQgA6ZogOH2YNSlJRYWO",
path = "https://browser.sentry-cdn.com/6.17.5/bundle.tracing.min.js",
integrity = "sha384-WrynDI0HStBVeac9kJphtAdpOdSLy2mR/T0Fn0YTCrxPZ2VV0gkj/T4JHwhX+gHw",
type = "text/javascript",
crossorigin = "anonymous"
),
Expand Down

0 comments on commit 3731928

Please sign in to comment.