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

Renamed ISpan and ITransaction to ISpanTracer and ITransactionTracer #2731

Merged
merged 6 commits into from Oct 18, 2023

Conversation

jamescrosswell
Copy link
Collaborator

Resolves #2676

@github-actions
Copy link
Contributor

github-actions bot commented Oct 17, 2023

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 5e3685e

@jamescrosswell jamescrosswell linked an issue Oct 17, 2023 that may be closed by this pull request
Copy link
Contributor

@bitsandfoxes bitsandfoxes left a comment

Choose a reason for hiding this comment

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

Should NoOpSpan be renamed to NoOpSpanTracer? Same for the NoOpTransaction?

@@ -1,9 +1,9 @@
namespace Sentry;

/// <summary>
/// Transaction.
/// TransactionTracer interface
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// TransactionTracer interface
/// TransactionTracer interface.

@@ -3,9 +3,9 @@
namespace Sentry;

/// <summary>
/// Span.
/// SpanTracer interface
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// SpanTracer interface
/// SpanTracer interface.

@@ -88,7 +88,7 @@ public Span(SpanId? parentSpanId, string operation)
/// <summary>
/// Initializes an instance of <see cref="Span"/>.
/// </summary>
public Span(ISpan tracer)
public Span(ISpanTracer tracer)
Copy link
Contributor

Choose a reason for hiding this comment

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

Idk why but this suddenly makes so much more sense to me.

@jamescrosswell jamescrosswell merged commit ebbb500 into feat/4.0.0 Oct 18, 2023
13 checks passed
@jamescrosswell jamescrosswell deleted the feat/4.0.0-rename-trace-interfaces branch October 18, 2023 07:15
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.

Rename ISpan and ITransaction
2 participants