Skip to content

Conversation

kinyoklion
Copy link
Member

No description provided.

@kinyoklion kinyoklion marked this pull request as ready for review June 23, 2025 22:52
@kinyoklion kinyoklion requested a review from keelerm84 June 24, 2025 15:47
@kinyoklion
Copy link
Member Author

I think that the failing test suite seems to fail generally.

@@ -285,6 +288,7 @@ def __init__(
self.__big_segments = BigSegmentsConfig() if not big_segments else big_segments
self.__application = validate_application_info(application or {}, log)
self.__hooks = [hook for hook in hooks if isinstance(hook, Hook)] if hooks else []
self.__plugins = [plugin for plugin in plugins if isinstance(plugin, Plugin)] if plugins else []
Copy link
Member

Choose a reason for hiding this comment

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

This line reads like a joke. Peak python! lol

@keelerm84 keelerm84 requested a review from a team as a code owner June 26, 2025 13:59
kinyoklion and others added 2 commits June 26, 2025 08:25
@kinyoklion kinyoklion requested a review from keelerm84 July 9, 2025 23:28
@kinyoklion kinyoklion merged commit 241f6f4 into main Jul 11, 2025
11 checks passed
@kinyoklion kinyoklion deleted the rlamb/o11y-265/add-plugin-support branch July 11, 2025 21:11
kinyoklion pushed a commit that referenced this pull request Jul 14, 2025
🤖 I have created a release *beep* *boop*
---


##
[9.12.0](9.11.1...9.12.0)
(2025-07-11)


### ⚠ BREAKING CHANGES

* Drop support for Python 3.8 (eol 2024-10-07)
([#339](#339))

### Features

* Add support for plugins.
([#337](#337))
([241f6f4](241f6f4))
* Drop support for Python 3.8 (eol 2024-10-07)
([#339](#339))
([0207665](0207665))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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