Skip to content

Commit c738238

Browse files
author
getsentry-bot
committed
Merge branch 'release/4.12.0'
2 parents d7ab316 + 0173702 commit c738238

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Client implements ClientInterface
3232
/**
3333
* The version of the SDK.
3434
*/
35-
public const SDK_VERSION = '4.11.1';
35+
public const SDK_VERSION = '4.12.0';
3636

3737
/**
3838
* @var Options The client options

tests/Serializer/PayloadSerializerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public static function serializeAsEnvelopeDataProvider(): iterable
420420
yield [
421421
$event,
422422
<<<TEXT
423-
{"event_id":"fc9442f5aef34234bb22b9a615e30ccd","sent_at":"2020-08-18T22:47:15Z","dsn":"http:\/\/public@example.com\/sentry\/1","sdk":{"name":"sentry.php","version":"4.11.1","packages":[{"name":"composer:sentry\/sentry","version":"4.11.1"}]}}
423+
{"event_id":"fc9442f5aef34234bb22b9a615e30ccd","sent_at":"2020-08-18T22:47:15Z","dsn":"http:\/\/public@example.com\/sentry\/1","sdk":{"name":"sentry.php","version":"$sdkVersion","packages":[{"name":"composer:sentry\/sentry","version":"$sdkVersion"}]}}
424424
{"type":"log","item_count":1,"content_type":"application\/vnd.sentry.items.log+json"}
425425
{"items":[{"timestamp":1597790835,"trace_id":"21160e9b836d479f81611368b2aa3d2c","level":"info","body":"A log message","attributes":{"foo":{"type":"string","value":"bar"}}}]}
426426
TEXT

0 commit comments

Comments
 (0)