Package io.sentry.metrics
Class CodeLocations
java.lang.Object
io.sentry.metrics.CodeLocations
Represents a collection of code locations, taken at a specific time
-
Constructor Summary
ConstructorsConstructorDescriptionCodeLocations
(double timestamp, @NotNull Map<MetricResourceIdentifier, SentryStackFrame> locations) -
Method Summary
-
Constructor Details
-
CodeLocations
public CodeLocations(double timestamp, @NotNull @NotNull Map<MetricResourceIdentifier, SentryStackFrame> locations)
-
-
Method Details
-
getTimestamp
public double getTimestamp() -
getLocations
-