Skip to content

[ENHANCE] Support Sidekiq Tags in Sentry#1596

Merged
st0012 merged 1 commit intogetsentry:masterfrom
berniechiu:enhance/add-sidekiq-tags
Nov 5, 2021
Merged

[ENHANCE] Support Sidekiq Tags in Sentry#1596
st0012 merged 1 commit intogetsentry:masterfrom
berniechiu:enhance/add-sidekiq-tags

Conversation

@berniechiu
Copy link
Copy Markdown
Contributor

@berniechiu berniechiu commented Oct 24, 2021

closes #1488

Description

Add Sidekiq Tags to Sentry

Notes

Just Few things TBC

  • Since Sidekiq supports array of tags but Sentry supports different way of setup with key/value, not sure if given boolean value is a common practice here
  • default naming pattern I usesidekiq.#{name} here, the reason for prefixing with sidekiq is that tag naming sometimes can be too generic, might conflict with custom setup from users. But can also be other naming, welcome for any feedback

@berniechiu berniechiu changed the title [ENHANCE] Add Sidekiq Tags to Sentry [ENHANCE] Support Sidekiq Tags in Sentry Oct 24, 2021
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 24, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.46%. Comparing base (a87b99d) to head (f13f198).
Report is 690 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1596      +/-   ##
==========================================
+ Coverage   98.44%   98.46%   +0.01%     
==========================================
  Files         129      130       +1     
  Lines        7218     7230      +12     
==========================================
+ Hits         7106     7119      +13     
+ Misses        112      111       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@st0012
Copy link
Copy Markdown
Contributor

st0012 commented Oct 25, 2021

@berniechiu thanks for the PR 🎉 I'll take a look this week 🙂

@st0012 st0012 added this to the 4.8.0 milestone Oct 28, 2021
@berniechiu berniechiu force-pushed the enhance/add-sidekiq-tags branch from 7e6a287 to f13f198 Compare November 1, 2021 10:56
Copy link
Copy Markdown
Contributor

@st0012 st0012 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@berniechiu thanks for the great work 🎉

@st0012 st0012 merged commit 8cb170e into getsentry:master Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support sidekiq tags in sentry-sidekiq

3 participants