Tailing the oplog on sharded clusters is a complex task that requires careful consideration of internal operations and their impact on the overall database state. To distinguish cluster-internal operations from application operations, you can use the `fromMigrate` flag to filter out operations that are part of migrations or other internal processes.