Skip to content

Commit

Permalink
plumb in observability_options into _SessionWrapper constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeke-em committed Sep 10, 2024
1 parent c32adc8 commit b190663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/cloud/spanner_v1/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,9 @@ class _SessionWrapper(object):
:param session: the session used to perform the commit
"""

def __init__(self, session):
def __init__(self, session, observability_options=None):
self._session = session
self._observability_options = observability_options


def _metadata_with_prefix(prefix, **kw):
Expand Down

0 comments on commit b190663

Please sign in to comment.