Skip to content

Commit

Permalink
Revert to production crash collection endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Apr 11, 2024
1 parent 1d5cda0 commit 3629ce1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/Crashes/CrashReportSender.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@

import Foundation
import MetricKit
import Networking

public final class CrashReportSender {

static let reportServiceUrl = URL(string: "https://d4f4-20-53-134-160.ngrok-free.app/crash.js")!
// static let reportServiceUrl = URL(string: "https://duckduckgo.com/crash.js")!
static let reportServiceUrl = URL(string: "https://duckduckgo.com/crash.js")!

public let platform: CrashCollectionPlatform

Expand Down

0 comments on commit 3629ce1

Please sign in to comment.