nerdexam
Microsoft

AZ-400 · Question #400

You build an iOS app. You receive crash reports from Crashlytics. You need to capture the following data: Crash-free users Custom events Breadcrumbs What should you do?

The correct answer is D. Import the Firebase module to UIApplicationDelegate.. Step 1: Add the Firebase Crashlytics SDK to your app. Configure the Firebase module: Import the Firebase module in your App struct or UIApplicationDelegate https://firebase.google.com/docs/crashlytics/get-started?platform=ios

Submitted by zhang_li· Mar 6, 2026Implement an instrumentation strategy

Question

You build an iOS app. You receive crash reports from Crashlytics. You need to capture the following data: Crash-free users Custom events Breadcrumbs What should you do?

Options

  • AConfigure the xcworkspace file in the project
  • BAdd the GoogleAnalytics pod to the app.
  • CConfigure the Crashlytics pod in the app.
  • DImport the Firebase module to UIApplicationDelegate.

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    10% (2)
  • C
    5% (1)
  • D
    76% (16)

Explanation

Step 1: Add the Firebase Crashlytics SDK to your app. Configure the Firebase module: Import the Firebase module in your App struct or UIApplicationDelegate https://firebase.google.com/docs/crashlytics/get-started?platform=ios

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice