-
Notifications
You must be signed in to change notification settings - Fork 153
Transaction for 3rd party auth process #1572
Copy link
Copy link
Open
Description
I expected that I can track a transaction for 3rd party social login like below:
const currentTransaction = apm.getCurrentTransaction();
const redirectUrl = `${authUrl}?elasticTxId=${currentTransaction.id}`;
// 3rd party callback redirects
const txId = urlParams.get('elasticTxId');
apm.startTransaction('auth-callback', 'auth', {
childOf: txId
});
But, it seems impossible to maintain transaction state across cross-domain redirects.
Is there some reason about this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.