Skip to main content

How can I use server side Fingerprint rules along with SDK Fingerprinting?

Updated over a month ago

Issue

Our Sentry project is configured with a fingerprint rule. I would like to define an SDK level fingerprint for certain events. Will the SDK level fingerprint override the project level configuration, or will it merge with it?

Applies To

  • Projects with fingerprint rules defined

  • Projects using SDK level fingerprinting

Resolution

Server side fingerprinting rules override client side SDK fingerprinting. It is not possible to use client side fingerprinting rules in place of server side rules or to combine the two. You'll have to choose either server side or client side fingerprinting.

Did this answer your question?