Skip to content
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

Enable Kotlin map-like access on CustomSamplingContext. #1192

Merged
merged 3 commits into from
Jan 21, 2021

Conversation

maciejwalkowiak
Copy link
Contributor

📜 Description

Enable Kotlin map-like access on CustomSamplingContext.

💡 Motivation and Context

Use set method instead of put to let users put properties using context["key"] notation.

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing
  • No breaking changes

Use `set` method instead of `put` to let users put properties using `context["key"]` notation.
@maciejwalkowiak maciejwalkowiak merged commit 5095cec into main Jan 21, 2021
@maciejwalkowiak maciejwalkowiak deleted the sampling-context-kotlin branch January 21, 2021 14:05
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