Skip to content

Defaulting the RecordingId to authkey() should be opt-in #3793

@nikolausWest

Description

@nikolausWest

UPDATE:


Describe the bug
When I create two recordings with the same application id using the python SDK, only a single recording is shown in the viewer.

To Reproduce

import rerun as rr
rr.init("test", spawn=True)
rr.init("test", spawn=True)

Expected behavior
The viewer should show two recordings with the application id "test"

Screenshots
It only shows a single recording
Screenshot 2023-10-11 at 10 30 40

Rerun version
0.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    sdk-pythonPython logging API🪳 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions