updated the __all__ section to include all 22 publicly exposed varia…#2504
updated the __all__ section to include all 22 publicly exposed varia…#2504xrmx merged 4 commits intoelastic:mainfrom
Conversation
|
💚 CLA has been signed |
🤖 GitHub commentsJust comment with:
|
Hi team, I’ve already signed the Elastic CLA, but the CLA check on this PR still shows “not signed” and asks me to sign again. I verified:
Could you please re-trigger or manually validate the CLA check? |
|
cla/check |
|
@md-adil If you look at the commit history in https://github.com/elastic/apm-agent-python/pull/2504/commits you'll see that your commit is not linked to your account. I guess that's because you commit with an email that is different than the one you use on github. I think that's the reason CLA check is red. |
5dd814b to
05de2c5
Compare
Yep thanks, i was just checking account, not the commit. |
|
@md-adil which tools are struggling with not having the symbols in |
Some tools rely on
|
What does this pull request do?
This makes it clear which symbols are part of the public API and improves IDE autocomplete and static analysis for Python integrations using this package.