Skip to content

Commit

Permalink
Add sdk names and versions to the client metadata (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Jun 6, 2023
1 parent 689f780 commit cd40808
Show file tree
Hide file tree
Showing 19 changed files with 167 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile --check-files --ignore-scripts
- name: Install scripts dependencies
working-directory: ./scripts
run: yarn install --frozen-lockfile --check-files --ignore-scripts
- name: Clean build
run: rm -rf build plugin/build
- name: Bake version
run: yarn bake-version
- name: Build package
run: yarn build
- name: Build up-to-date
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### 🧹 Chores

- Add `sentry-expo` metadata to the Sentry clients. This will help with debugging issues related to the SDKs.

## [6.1.1](https://github.com/expo/sentry-expo/releases/tag/v6.1.1) - 2023-03-16

### 🐛 Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion build/sentry.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions build/sentry.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/sentry.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/sentry.web.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions build/sentry.web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd40808

Please sign in to comment.