Skip to content

Bump @sentry/browser from 8.33.0 to 8.33.1 in the combined-dependencies group #3270

Bump @sentry/browser from 8.33.0 to 8.33.1 in the combined-dependencies group

Bump @sentry/browser from 8.33.0 to 8.33.1 in the combined-dependencies group #3270

Workflow file for this run

name: RuboCop
on: [pull_request]
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop