-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove checks and callbacks from API #2164
Conversation
Removing checks until we have figured out a mechanism for error handling as defined in #2148 |
|
||
_name_regex = compile_(r"[a-zA-Z][-.\w]{0,62}") | ||
|
||
@property |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can we open up a follow up issue for the added todo/fixmes?
* Remove checks and callbacks from API Fixes open-telemetry#2151 * Fix tests
* Remove checks and callbacks from API Fixes open-telemetry#2151 * Fix tests
* Remove checks and callbacks from API Fixes #2151 * Fix tests
Fixes #2151