Skip to content

Merge master#2112

Open
Litarnus wants to merge 99 commits into
5.xfrom
merge-master
Open

Merge master#2112
Litarnus wants to merge 99 commits into
5.xfrom
merge-master

Conversation

@Litarnus

Copy link
Copy Markdown
Contributor

No description provided.

cleptric and others added 30 commits February 16, 2026 10:21
)

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#2028)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Litarnus and others added 27 commits April 30, 2026 13:49
…2c5970a8098588e2eaecd to 43bf14b190c12080cfbedf2d2c82337bc559a0e1 (#2081)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…edf2d2c82337bc559a0e1 to 24be69680c3a46c03edfbeb05268ec312f77e1e7 (#2088)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….yml from 2.26.2 to 2.26.3 (#2087)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…fbeb05268ec312f77e1e7 to c802283cd9075b7a2b7a32655019c21c21676e34 (#2097)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#2089)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….yml from 2.26.3 to 2.26.6 (#2096)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts:
#	.github/workflows/ci.yml
#	.github/workflows/publish-release.yaml
#	CHANGELOG.md
#	composer.json
#	phpstan-baseline.neon
#	psalm.xml.dist
#	src/Client.php
#	src/Event.php
#	src/Integration/ModulesIntegration.php
#	src/Integration/RequestIntegration.php
#	src/Logs/LogsAggregator.php
#	src/Options.php
#	src/SentrySdk.php
#	src/State/RuntimeContextManager.php
#	src/Tracing/DynamicSamplingContext.php
#	src/Tracing/Traits/TraceHeaderParserTrait.php
#	src/functions.php
#	tests/ClientReport/ClientReportAggregatorTest.php
#	tests/Logs/LogsAggregatorTest.php
#	tests/Metrics/TraceMetricsTest.php
#	tests/Monolog/LogsHandlerTest.php
#	tests/OptionsTest.php
#	tests/SentrySdkExtension.php
#	tests/SentrySdkTest.php
#	tests/Serializer/PayloadSerializerTest.php
#	tests/State/ScopeTest.php
#	tests/Tracing/StrictTraceContinuationTest.php
@Litarnus Litarnus requested a review from stayallive June 10, 2026 17:56

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 82f5840. Configure here.

Comment thread src/State/Hub.php

if ($profilesSampleRate === null) {
$logger->info(\sprintf('Transaction [%s] is not profiling because `profiles_sample_rate` option is not set.', (string) $transaction->getTraceId()));
$logger->info(\sprintf('Transaction [%s] is not profiling because neither `profiles_sample_rate` nor `profiles_sampler` option is set.', (string) $transaction->getTraceId()));

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Wrong profile skip log message

Low Severity

When profiles_sampler is configured but its callback returns null, profiling is skipped via the profilesSampleRate === null branch, which logs that neither profiles_sample_rate nor profiles_sampler is set. That message is incorrect and differs from trace sampling, which treats a null sampler result as an invalid rate.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 82f5840. Configure here.

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.

7 participants