From e1d4a951b012671cf084b121478a9ac999dea825 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Tue, 13 Feb 2024 01:27:29 +0100 Subject: [PATCH] ref(backend): Tryout PHP SDK `metrics-summary-transactions` --- composer.json | 2 +- composer.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 4622bf1..df7b73d 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "cakephp/plugin-installer": "^2.0.1", "lcobucci/jwt": "^5.2", "paragonie/csp-builder": "^2.9", - "sentry/sentry": "^4.5.0" + "sentry/sentry": "dev-metrics-summary-transactions" }, "require-dev": { "cakephp/bake": "^3.1", diff --git a/composer.lock b/composer.lock index 3a50a7e..de18706 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5efad170590132607744dfb2ad6eb2cc", + "content-hash": "ce16c69c99f9fc6863125ed1b86b8e73", "packages": [ { "name": "cakephp/authentication", @@ -1650,16 +1650,16 @@ }, { "name": "sentry/sentry", - "version": "4.5.0", + "version": "dev-metrics-summary-transactions", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "a6e06f0b7a17e7f68e11297427da76bfe01a3ca3" + "reference": "1d3effcdf137567f85af0559c3be97e796843d81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/a6e06f0b7a17e7f68e11297427da76bfe01a3ca3", - "reference": "a6e06f0b7a17e7f68e11297427da76bfe01a3ca3", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/1d3effcdf137567f85af0559c3be97e796843d81", + "reference": "1d3effcdf137567f85af0559c3be97e796843d81", "shasum": "" }, "require": { @@ -1723,7 +1723,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.5.0" + "source": "https://github.com/getsentry/sentry-php/tree/metrics-summary-transactions" }, "funding": [ { @@ -1735,7 +1735,7 @@ "type": "custom" } ], - "time": "2024-01-29T16:16:10+00:00" + "time": "2024-02-13T00:17:25+00:00" }, { "name": "symfony/config", @@ -5049,7 +5049,8 @@ ], "minimum-stability": "stable", "stability-flags": { - "cakephp/cakephp": 20 + "cakephp/cakephp": 20, + "sentry/sentry": 20 }, "prefer-stable": true, "prefer-lowest": false,