Skip to content

Update sentry to 0.7.9 and make transaction names better #877

Update sentry to 0.7.9 and make transaction names better

Update sentry to 0.7.9 and make transaction names better #877

Workflow file for this run

name: Build website
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
paths:
- 'web/**'
- 'shared/liboxide/**'
- '.github/actions/web/**'
pull_request:
paths:
- 'web/**'
- 'shared/liboxide/**'
- '.github/actions/web/**'
jobs:
web:
name: Build web
runs-on: ubuntu-latest
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
with:
submodules: true
- name: Build web
uses: ./.github/actions/web
- name: Save web
uses: actions/upload-artifact@v4
with:
name: web
path: web/dist