Skip to content

Conversation

@arjun-rajappa
Copy link
Contributor

@arjun-rajappa arjun-rajappa commented Nov 11, 2025

1. If tracer was disabled or if the agent was not ready the checks would return false and the methoud would return without calling the super class in_span This overriden in_span method can be safly removed as the same checks are in place (inside start_span) 

Fixes #478

	1. If tracer was disabled or if the agent was not ready the checks would return false and the methoud would return without calling the super class in_span
This overriden in_span method can be safly removed as the same checks are in place (inside start_span)
Closes 478

Signed-off-by: Arjun Rajappa <[email protected]>
@sonarqubecloud
Copy link

@arjun-rajappa arjun-rajappa requested a review from a team November 12, 2025 03:04
@pvital pvital added the Bug label Nov 12, 2025
Copy link
Member

@pvital pvital left a comment

Choose a reason for hiding this comment

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

It looks good to me.

@arjun-rajappa arjun-rajappa merged commit 9807c5d into master Nov 12, 2025
259 checks passed
@arjun-rajappa arjun-rajappa deleted the remove-in-span-method branch November 12, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Disabling tracing breaks ActionController

3 participants