Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: assign correct sentry scoping #272

Merged
merged 1 commit into from
May 16, 2024

Conversation

ssilve1989
Copy link
Owner

@ssilve1989 ssilve1989 commented May 16, 2024

Updates sentry to properly create scopes for handling each command, as well as the event based handlers like reactions.

Bumps the sentry group with 2 updates in the / directory: @sentry/node and @sentry/profiling-node.

Updates @sentry/node from 7.113.0 to 8.1.0

Updates @sentry/profiling-node from 7.113.0 to 8.1.0


updated-dependencies:

  • dependency-name: "@sentry/node"
    dependency-type: direct:production
    update-type: version-update:semver-major
    dependency-group: sentry
  • dependency-name: "@sentry/profiling-node"
    dependency-type: direct:production
    update-type: version-update:semver-major
    dependency-group: sentry
    ...

Signed-off-by: dependabot[bot] [email protected]

Copy link

codecov bot commented May 16, 2024

Codecov Report

Attention: Patch coverage is 10.00000% with 99 lines in your changes are missing coverage. Please review.

Project coverage is 53.29%. Comparing base (9eb9ac7) to head (928c08e).

❗ Current head 928c08e differs from pull request most recent head 6797ed6. Consider uploading reports for the commit 6797ed6 to get more accurate results

Files Patch % Lines
src/commands/signup/signup.service.ts 1.69% 58 Missing ⚠️
src/commands/slash-commands.service.ts 0.00% 35 Missing ⚠️
src/discord/discord.module.ts 0.00% 3 Missing ⚠️
...tings/subcommands/edit-settings-command.handler.ts 0.00% 1 Missing ⚠️
src/commands/status/status-command.handler.ts 0.00% 1 Missing ⚠️
src/sheets/sheets.service.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #272      +/-   ##
==========================================
- Coverage   53.56%   53.29%   -0.27%     
==========================================
  Files          70       70              
  Lines        3648     3657       +9     
  Branches      185      185              
==========================================
- Hits         1954     1949       -5     
- Misses       1694     1708      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry
- dependency-name: "@sentry/profiling-node"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <[email protected]>
@ssilve1989 ssilve1989 force-pushed the refactor/sentry-scope-management branch from 928c08e to 6797ed6 Compare May 16, 2024 18:50
@ssilve1989 ssilve1989 changed the title chore(deps): bump the sentry group across 1 directory with 2 updates fix: assign correct sentry scoping May 16, 2024
@ssilve1989 ssilve1989 merged commit f38d1e1 into master May 16, 2024
6 checks passed
@ssilve1989 ssilve1989 deleted the refactor/sentry-scope-management branch May 16, 2024 18:52
ssilve1989 added a commit that referenced this pull request May 16, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.6.0](v1.5.0...v1.6.0)
(2024-05-16)


### Features

* **signups:** embed now displays coordinator selected prog point
([#273](#273))
([9bbd5b7](9bbd5b7))


### Bug Fixes

* adjusts labels for certain encounters
([#274](#274))
([af49fc3](af49fc3))
* assign correct sentry scoping
([#272](#272))
([f38d1e1](f38d1e1))
* fixes lost punctiation in display formatting
([#270](#270))
([9eb9ac7](9eb9ac7)),
closes [#266](#266)
* revert typo for time duration
([8ce8ef9](8ce8ef9))
* **signups:** ensure prog links are validated when screenshots are
provided ([#275](#275))
([c365021](c365021))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant