[Question]: Where can I find a replacement for the Record class? #1256
akshay-oxbot
started this conversation in
General
Replies: 1 comment 1 reply
-
The new metrics SDK is not yet ready, so you won't be able to use it correctly yet. Please follow the release milestones and status in the README.md. EDIT: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of implementing our own SDK to extend the super helpful SDK provided by
v1.0.1
, I found use for theRecord
class thatv.1.0.1
provided.With the old experimental implementation marked for deprecation (_metrics), I am currently experimenting with
v1.2.0
. I was wondering ifRecordable
was a replacement forRecord
inv1.2.0
?If this is not the case, can you provide information on how that class got reimplemented so I can utilise it correctly?
Beta Was this translation helpful? Give feedback.
All reactions