Skip to content

Commit 5e46904

Browse files
authored
Fix fetching the version of the SDK (#412)
1 parent 2ff37ef commit 5e46904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transport/TransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
$streamFactory,
5353
$httpClient,
5454
'sentry.php.symfony',
55-
PrettyVersions::getRootPackageVersion()->getPrettyVersion()
55+
PrettyVersions::getVersion('sentry/sentry-symfony')->getPrettyVersion()
5656
),
5757
$logger
5858
);

0 commit comments

Comments
 (0)