You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We removed it as part of the RUM v3 release. The datacenter option has been removed as mentioned in the changelog. You should now use the site option (ex: site: "datadoghq.com")
Ah, I did not realize that Datadog enum is documented as 'option'. Maybe could be more clearly named enum, since this is how it was named when it was added in earlier entry export Datacenter enum
I am trying to use datadog RUM like this:
import { Datacenter, datadogRum } from '@datadog/browser-rum'
, but it does not work. Cannot import Datacenter. I found where this was added:
#436
, but there is no information in changelog about removal. Is it moved somewhere? Where do I take the url now?
The text was updated successfully, but these errors were encountered: