docs/context.rst in sentry-raven-2.7.1 vs docs/context.rst in sentry-raven-2.7.2

- old
+ new

@@ -128,12 +128,12 @@ Transactions are modeled as a stack. The top item in the stack (i.e. the last element of the array) will be used as the ``transaction`` for any events: .. sourcecode:: ruby - Raven.context.transactions.push "User Import" + Raven.context.transaction.push "User Import" # import some users - Raven.context.transactions.pop + Raven.context.transaction.pop Transactions may also be overridden/set explicitly during event creation: .. sourcecode:: ruby