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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add overloads for startTrasaction taking op and description. #1244

Merged
merged 10 commits into from
Feb 17, 2021

Conversation

maciejwalkowiak
Copy link
Contributor

@maciejwalkowiak maciejwalkowiak commented Feb 10, 2021

馃摐 Description

Add overloads for startTrasaction taking op and description.

馃挕 Motivation and Context

Fixes #1241.

馃挌 How did you test it?

Unit tests

馃摑 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

@marandaneto
Copy link
Contributor

lets wait for the discussion #1241 before merging

@marandaneto
Copy link
Contributor

lets wait for the discussion #1241 before merging

see #1241 (comment)

@marandaneto
Copy link
Contributor

No breaking changes

it's a breaking change, overloads don't take only a name anymore, also, we need to update the docs

CHANGELOG.md Outdated
@@ -8,6 +8,7 @@
* Enchancement: Support @SentrySpan and @SentryTransaction on classes and interfaces. (#1243)
* Enchancement: Do not serialize empty collections and maps (#1245)
* Ref: Simplify RestTemplate instrumentation (#1246)
* Enchancement: Add overloads for startTrasaction taking op and description (#1244)
Copy link
Contributor

Choose a reason for hiding this comment

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

good to be under the new breaking change section

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

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.

Add overloads for startTrasaction taking op and description
2 participants