DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
43 stars 42 forks source link

feat: Add an accessor for current session Id #540

Closed fuzzybinary closed 8 months ago

fuzzybinary commented 8 months ago

What and why?

There are use cases where clients want to know the current Session Id. This provides an accessor to the current Id.

refs: #442 RUM-731

Review checklist