Skip to content

Conversation

kochen
Copy link

@kochen kochen commented May 8, 2025

Q A
License MIT
Packagist #1792

Add minimal configuration required to run https://github.com/FriendsOfOpenTelemetry/opentelemetry-bundle

Copy link

github-actions bot commented May 8, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1793/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1793/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'friendsofopentelemetry/opentelemetry-bundle:^1.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

auto-merge was automatically disabled May 8, 2025 19:21

Head branch was pushed to by a user without write access

@kochen kochen force-pushed the add-opentelemetry-recipe branch from 0f009ef to 7b63360 Compare May 8, 2025 19:21
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) May 8, 2025 19:21
auto-merge was automatically disabled May 8, 2025 19:23

Head branch was pushed to by a user without write access

@kochen kochen force-pushed the add-opentelemetry-recipe branch from 7b63360 to c261ca8 Compare May 8, 2025 19:23
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) May 8, 2025 19:23
auto-merge was automatically disabled May 8, 2025 19:24

Head branch was pushed to by a user without write access

@kochen kochen force-pushed the add-opentelemetry-recipe branch from c261ca8 to 448526b Compare May 8, 2025 19:24
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) May 8, 2025 19:24
auto-merge was automatically disabled May 8, 2025 19:26

Head branch was pushed to by a user without write access

@kochen kochen force-pushed the add-opentelemetry-recipe branch from 448526b to aafd9e8 Compare May 8, 2025 19:26
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) May 8, 2025 19:26
auto-merge was automatically disabled May 8, 2025 19:27

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) May 8, 2025 19:28
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
Copy link
Member

Choose a reason for hiding this comment

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

Error: You should register the bundle in the manifest as "friendsofopentelemetry/opentelemetry-bundle/1.0" is a Symfony bundle

@fabpot fabpot closed this Aug 21, 2025
auto-merge was automatically disabled August 21, 2025 06:03

Pull request was closed

@fabpot
Copy link
Member

fabpot commented Aug 21, 2025

Closing as there is no more activities and the current code cannot be merged as is. Feel free to reopen.

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.

2 participants