feat(gen_ai): add function set_conversation_id and managing functions on the Scope and apply it on the Span on .finish()
#411
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Changelog Preview | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - edited | |
| - labeled | |
| - unlabeled | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| changelog-preview: | |
| uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2 | |
| secrets: inherit |