Skip to content

Commit

Permalink
RUMM-3151 remove namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Jun 26, 2023
1 parent e72a3ae commit 3bed75c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal struct RequestBuilder: FeatureRequestBuilder {
/// Custom URL for uploading data to.
let customUploadURL: URL?

func request(for events: [Datadog.Event], with context: DatadogContext) throws -> URLRequest {
func request(for events: [Event], with context: DatadogContext) throws -> URLRequest {
let source = SRSegment.Source(rawValue: context.source) ?? .ios // TODO: RUMM-2410 Send telemetry on `?? .ios`
let segmentBuilder = SegmentJSONBuilder(source: source)

Expand Down

0 comments on commit 3bed75c

Please sign in to comment.